From 3fdae5e58f09e307cd97897ccef7481935ff8f23 Mon Sep 17 00:00:00 2001 From: Ewan Mellor Date: Sat, 9 Dec 2006 19:24:46 +0000 Subject: [PATCH] Tidy error message. Signed-off-by: Ewan Mellor --- tools/python/xen/xend/XendDomainInfo.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/python/xen/xend/XendDomainInfo.py b/tools/python/xen/xend/XendDomainInfo.py index e7ef22b154..8653279bd8 100644 --- a/tools/python/xen/xend/XendDomainInfo.py +++ b/tools/python/xen/xend/XendDomainInfo.py @@ -1741,7 +1741,7 @@ class XendDomainInfo: raise VmError("VM name '%s' already exists%s" % (name, dom.domid is not None and - ("as domain %s" % str(dom.domid)) or "")) + (" as domain %s" % str(dom.domid)) or "")) def update(self, info = None, refresh = True): -- 2.30.2